home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part2 / 10954 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  902 b 

  1. Path: news.ICSI.Net!cdbiem
  2. From: cdbiem@roo.netrax.net (Charles Biemiller X0024)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Arrow keys
  5. Date: 13 Apr 1996 20:33:35 GMT
  6. Organization: Internet Connect Services, Inc.
  7. Message-ID: <4kp32v$jom@monet.ICSI.Net>
  8. NNTP-Posting-Host: ns1.netrax.net
  9. Summary: What is the proper byte to send when the arrow keys are pressed?
  10. Keywords: arrow keys
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. What is the proper byte to send when the arrow keys are pressed? I am
  14. assembling a communications program and I set the arrow keys to send the
  15. following to the COM port:
  16.  
  17.     KEY        BYTE        
  18.  
  19.     DOWN    =    0EH   (CTRL+N)
  20.     UP    =    10H   (CTRL+P)
  21.     LEFT    =    02H   (CTRL+B)
  22.     RIGHT    =    06H   (CTRL+F)
  23.  
  24. While this works fine with most programs I am connected to, some do not
  25. move the cursor at all. Please let me know what are the proper bytes to
  26. send to the COM port for the arrow keys.
  27.  
  28. Thanks,
  29. Charlie Biemiller
  30.